home *** CD-ROM | disk | FTP | other *** search
/ Daddy Day Care Press Kit / Daddy Day Care Press Kit.iso / pc / acrobat reader 5 pc / plug_ins / weblink.api / EXVW / 14996 next >
Text File  |  2002-12-13  |  607b  |  18 lines

  1. gModeMaxLen = max(
  2.     zstring_width(zstring: '$$$IDS_ALWAYS_SHOW'),
  3.     zstring_width(zstring: '$$$IDS_OPTION_KEY_TO_SHOW'),
  4.     zstring_width(zstring: '$$$IDS_NEVER_SHOW'));
  5.  
  6.  
  7. dialog( name: '$$$/Dialogs/Weblink/Preferences', target_id: 'webP', margin_height: 0, margin_width: 0)
  8. {
  9.     cluster(name: '$$$/Dialogs/Weblink/PreferencesCluster', dheight: gPrefsPanelHeight, dwidth: gPrefsPanelWidth,
  10.         align_children: align_left)
  11.     {
  12.         view( align_children: align_top )
  13.         {
  14.             static_text( name: '$$$/Dialogs/Weblink/Preferences/LinkInformation' );
  15.             popup( item_id: 'mode', width: gModeMaxLen );
  16.         }
  17.     }
  18. }